PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DAnimation Class / setTimeMultiplier Method
A positive number specifying the time multiplier to be used when running the animation.
In This Topic
    setTimeMultiplier Method
    In This Topic
    Sets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.
    Syntax
    public void setTimeMultiplier( 
       double value
    )

    Parameters

    value
    A positive number specifying the time multiplier to be used when running the animation.
    See Also